func os.direntNamlen

2 uses

	os (current package)
		dir_unix.go#L100: 		namlen, ok := direntNamlen(rec)
		dirent_linux.go#L20: func direntNamlen(buf []byte) (uint64, bool) {